Commit 0b17e09
Refactor: Commands were cluttered + no cli help
Solution: Put all commands in a subfolder and use `typer` subcommands.
Use `typer.Option` and `typer.Argument` to document each command parameter
Co-authored-by: AmozPay <AmozPay>
Co-authored-by: Hugo Herter <[email protected]>1 parent 5e7c2bd commit 0b17e09
File tree
11 files changed
+753
-575
lines changed- docker
- src/aleph_client
- commands
11 files changed
+753
-575
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
0 commit comments