Change name of command from diff to status
This commit is contained in:
parent
630231ab63
commit
1fd60cc4f7
@ -50,6 +50,6 @@ def main(log_level):
|
||||
|
||||
# main.add_command(freeze)
|
||||
# main.add_command(thaw)
|
||||
main.add_command(diff.diff_cli, name="diff")
|
||||
main.add_command(diff.status, name="status")
|
||||
main.add_command(record.record_cli, name="record")
|
||||
main.add_command(version)
|
||||
|
||||
@ -95,7 +95,7 @@ def print_diff(
|
||||
"store is initialized there.",
|
||||
)
|
||||
@logger.catch
|
||||
def diff_cli(show_hashes, no_color, store):
|
||||
def status(show_hashes, no_color, store):
|
||||
"""Detect and describe changes to PATH
|
||||
|
||||
PATH is a path to a file or directory inside an existing nancy store
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user