Skip to content

Commit

Permalink
docs: update usage on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Apr 14, 2024
1 parent a9a6a05 commit ba0c629
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,23 @@ No binaries are made available at this time.
## Usage

```text
Usage: rip [OPTIONS] [TARGETS]...
Usage: rip [OPTIONS] [TARGETS]... [COMMAND]
Commands:
completions Generate shell completions file for the specified shell
help Print this message or the help of the given subcommand(s)
Arguments:
[TARGETS]... File or directory to remove or unbury
[TARGETS]... File or directory to remove
Flags:
-u, --unbury Restore the specified files or the last file if none are specified
Options:
--graveyard <GRAVEYARD> Directory where deleted files rest
-d, --decompose Permanently deletes the graveyard
-s, --seance Prints files that were deleted in the current working directory
-u, --unbury Restore the specified files or the last file if none are specified
-i, --inspect Print some info about TARGET before burying
-d, --decompose Permanently deletes the graveyard
-h, --help Print help
-V, --version Print version
Options:
--graveyard <GRAVEYARD> Directory where deleted files rest
--completions <SHELL> Generate shell completions file for the specified shell
```

Basic usage -- easier than rm
Expand Down

0 comments on commit ba0c629

Please sign in to comment.