aboutsummaryrefslogtreecommitdiffstats
path: root/alv/copilot/cli.moon
diff options
context:
space:
mode:
Diffstat (limited to 'alv/copilot/cli.moon')
-rw-r--r--alv/copilot/cli.moon3
1 files changed, 1 insertions, 2 deletions
diff --git a/alv/copilot/cli.moon b/alv/copilot/cli.moon
index 3686491..ada6f31 100644
--- a/alv/copilot/cli.moon
+++ b/alv/copilot/cli.moon
@@ -15,9 +15,8 @@ class ColorLogger extends Logger
class CLICopilot extends Copilot
new: (arg) =>
- @args = parse_args arg, { nocolor: false }
+ super parse_args arg, { nocolor: false }
assert @args[1], "no filename given"
- super @args[1]
run: =>
if @args.nocolor