Skip to content

Commit

Permalink
feat?: add dirty check to remove
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Jan 3, 2022
1 parent 469c4ac commit 29e0a1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/bin/cpsc/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ pub(crate) enum Cli {
cmd_and_args: CommandAndArgs,
},
/// Remove a repo entry, attempting to remove all files associated with the repo's work tree.
Remove { name: RepoName<'static> },
Remove {
name: RepoName<'static>,
// // TODO: `--allow-dirty` subcommand
// allow_dirty: bool,
},
// // TODO: A crazy ambitious idea to use the user's auto-magically detected shell?
// Preposterous. :)
// Enter {
Expand Down

0 comments on commit 29e0a1a

Please sign in to comment.