Skip to content

Commit

Permalink
🎨 Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
reckter committed Aug 30, 2021
1 parent ededee7 commit 701d8d1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ async fn main() -> Result<()> {
(version: "0.1.0")
(author: "Opencreek Technogoly UG - opencreek.tech")
(about: "Secures your private keys on your phone")
(@subcommand test =>
(about: "Tests the SSH setup")
)
(@subcommand pair =>
(about: "Pair with a phone")
(@arg small: -s --small "Prints a smaller more condensed version")
)
(@subcommand testssh =>
(about: "Tests the SSH setup")
)
(@subcommand testgit =>
(about: "test command ")
)
Expand All @@ -65,10 +65,12 @@ async fn main() -> Result<()> {
(@arg force: -f --force "Forces automatic setup")
)
(@subcommand agent =>
(setting: AppSettings::Hidden)
(about: "Runs the agent")
(@arg daemonize: -d --daemonize "Runs the agent as a daemon")
)
(@subcommand proxy =>
(setting: AppSettings::Hidden)
(about: "The ssh proxy")
(@arg host: "The host to connect to")
(@arg port: "The port to connect to")
Expand Down

0 comments on commit 701d8d1

Please sign in to comment.