mirror of
https://github.com/nix-community/home-manager
synced 2024-10-31 16:29:44 +01:00
home-manager: add --version
option
This commit is contained in:
parent
249e31b656
commit
ef72617c4a
1 changed files with 4 additions and 0 deletions
|
@ -512,6 +512,10 @@ while [[ $# -gt 0 ]]; do
|
|||
-v|--verbose)
|
||||
export VERBOSE=1
|
||||
;;
|
||||
--version)
|
||||
echo 21.03
|
||||
exit 0
|
||||
;;
|
||||
*)
|
||||
case $COMMAND in
|
||||
expire-generations|remove-generations)
|
||||
|
|
Loading…
Reference in a new issue