Skip to content
Snippets Groups Projects
Commit 03da1773 authored by totten's avatar totten
Browse files

givi - Don't show error when called with empty args

parent 6130de47
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,7 @@ class Givi {
call_user_func_array(array($this, 'doResume'), $this->arguments);
break;
case 'help':
case '':
$this->doHelp();
break;
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment