From 9f3566b08bbdbaa7dddac9ccbf5dd94ac6e26dc9 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sat, 1 Oct 2011 10:25:10 +0100 Subject: [PATCH] Allow 0alias options anywhere in the command line --- 0alias | 1 - 1 file changed, 1 deletion(-) diff --git a/0alias b/0alias index 148c8b5..c50e83f 100755 --- a/0alias +++ b/0alias @@ -59,7 +59,6 @@ parser.add_option("-m", "--manpage", help="show the manual page for an existing parser.add_option("-r", "--resolve", help="show the URI for an alias", action='store_true') parser.add_option("-V", "--version", help="display version information", action='store_true') parser.add_option("-d", "--dir", help="install in DIR", dest="user_path", metavar="DIR") -parser.disable_interspersed_args() (options, args) = parser.parse_args() -- 2.11.4.GIT