Skip to content

Commit

Permalink
Tweak mugs-cli bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
japhb committed Aug 21, 2023
1 parent b8e938a commit 05bbb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mugs-cli
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env raku
use v6.d;
BEGIN put 'Loading MUGS.' if $*OUT.t;
BEGIN put 'Loading and optimizing MUGS.' if $*OUT.t && !@*ARGS.grep('-?'|'--help');
use MUGS::App::CLI;

0 comments on commit 05bbb16

Please sign in to comment.