om-snapper 0.6.5-alpha

A very basic commandline tool to download AWS EC2/EBS snapshots.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
l:
	@ just -l

rr *args:
	cargo run --release -- {{args}}

cr:
	cargo check --release

br:
	cargo build --release

fmt:
	cargo fmt