diff --git a/bin/qvm-pass b/bin/qvm-pass index 5325165..7117f8c 100755 --- a/bin/qvm-pass +++ b/bin/qvm-pass @@ -331,11 +331,13 @@ arguments = sys.argv[1:] if not "--help" in arguments and not "-h" in arguments and not "-?" in arguments: global_opts, args = parser_for_discrimination.parse_known_args(arguments) if len(global_opts.arguments) == 0: - arguments = ["ls"] + arguments + global_opts.arguments = ["ls"] + global_opts.arguments elif ( len(global_opts.arguments) == 1 and global_opts.arguments[0] not in subcommands ): - arguments = ["show"] + arguments + global_opts.arguments = ["show"] + global_opts.arguments +arguments = global_opts.arguments +assert 0, arguments opts = parser_for_subcommands.parse_args(arguments) diff --git a/qubes-pass.spec b/qubes-pass.spec index 55547e4..b85d756 100644 --- a/qubes-pass.spec +++ b/qubes-pass.spec @@ -3,7 +3,7 @@ %define mybuildnumber %{?build_number}%{?!build_number:1} Name: qubes-pass -Version: 0.0.24 +Version: 0.0.25 Release: %{mybuildnumber}%{?dist} Summary: Inter-VM pass password management for Qubes OS AppVMs and StandaloneVMs BuildArch: noarch