summarylogtreecommitdiffstats
path: root/nova2-executable.patch
diff options
context:
space:
mode:
authorcarl.george2015-07-18 22:05:16 -0500
committercarl.george2015-07-18 22:05:16 -0500
commit8096643dab3c3c5d42f463adde1024b40ac78365 (patch)
tree5af74c93a1da286558c828bab5dd99f875a432b6 /nova2-executable.patch
parenta04e81723106e59d54054edd772c6850728475a1 (diff)
downloadaur-8096643dab3c3c5d42f463adde1024b40ac78365.tar.gz
2.0.0-1
Diffstat (limited to 'nova2-executable.patch')
-rw-r--r--nova2-executable.patch23
1 files changed, 11 insertions, 12 deletions
diff --git a/nova2-executable.patch b/nova2-executable.patch
index d6626a3a1d1c..cb643c7ccb3f 100644
--- a/nova2-executable.patch
+++ b/nova2-executable.patch
@@ -1,13 +1,12 @@
-diff --git a/supernova/executable.py b/supernova/executable.py
-index d585d81..35712e1 100644
---- a/supernova/executable.py
-+++ b/supernova/executable.py
-@@ -64,7 +64,7 @@ def run_supernova():
- config.run_config()
+diff -Naurp a/supernova/executable.py b/supernova/executable.py
+--- a/supernova/executable.py 2015-07-18 00:22:07.000000000 -0500
++++ b/supernova/executable.py 2015-07-18 21:58:23.018328979 -0500
+@@ -57,7 +57,7 @@ def print_env_list(ctx, param, value):
- parser = argparse.ArgumentParser()
-- parser.add_argument('-x', '--executable', default='nova',
-+ parser.add_argument('-x', '--executable', default='nova2',
- help='command to run instead of nova')
- parser.add_argument('--version', action=_ShowVersion,
- help='display supernova version')
+
+ @click.command()
+-@click.option('--executable', '-x', default='nova',
++@click.option('--executable', '-x', default='nova2',
+ help='Command to run', show_default=True)
+ @click.option('--debug', '-d', default=False, is_flag=True,
+ help="Enable debugging", show_default=True)