Skip to content

Commit

Permalink
docs: Add usage information(output from--help flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft committed Jul 22, 2023
1 parent 9e056fe commit 9136b3f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,17 @@ cargo install [email protected]:Uzaaft/astrocommunity-cli

## 🔨 Usage

```sh
Usage:

Commands:
new Create a new astrocommunity plugin
help Print this message or the help of the given subcommand(s)

Options:
-c, --copy-to-clipboard Copy the import statement to the clipboard
-o, --output Print the import statement to stdout, without syntax highlighting
-u, --unroll Unroll the code for the selected plugins
-h, --help Print help
-V, --version Print version
```

0 comments on commit 9136b3f

Please sign in to comment.