diff --git a/Cargo.lock b/Cargo.lock index fe8dd25..262ed8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -399,7 +399,7 @@ dependencies = [ [[package]] name = "ohcrab" -version = "0.7.2" +version = "0.7.3" dependencies = [ "clap", "console", diff --git a/Cargo.toml b/Cargo.toml index c109ced..7f54a20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ohcrab" -version = "0.7.2" +version = "0.7.3" edition = "2021" description = "Fix your command line magically" authors = ["Luiz Otavio Vilas Boas Oliveira "] diff --git a/README.md b/README.md index 1387b64..0222c05 100644 --- a/README.md +++ b/README.md @@ -213,8 +213,10 @@ new rules or improving the crate. - [x] git_diff_no_index - [x] git_diff_staged - [x] git_fix_stash +- [x] git_flag_after_filename - [x] git_help_aliased - [x] git_hook_bypass +- [x] git_lfs_mistype - [x] git_main_master - [x] git_merge - [x] git_merge_unrelated @@ -232,6 +234,12 @@ new rules or improving the crate. - [x] git_remote_delete - [x] git_remote_seturl_add - [x] git_rm_local_modifications +- [x] git_rm_recursive +- [x] git_rm_staged +- [x] git_stash +- [x] git_stash_pop +- [x] git_tag_force +- [x] git_two_dashes - [x] go_run - [x] gradle_wrapper - [x] grep_arguments_order @@ -292,14 +300,6 @@ new rules or improving the crate. - [ ] fab_command_not_found - [ ] fix_file - [ ] gem_unknown_command -- [ ] git_flag_after_filename -- [ ] git_lfs_mistype -- [ ] git_rm_recursive -- [ ] git_rm_staged -- [ ] git_stash -- [ ] git_stash_pop -- [ ] git_tag_force -- [ ] git_two_dashes - [ ] go_unknown_command - [ ] gradle_no_task - [ ] grunt_task_not_found