From 9036176847606c794d6e6db210a67851f7a616c4 Mon Sep 17 00:00:00 2001 From: Canop Date: Wed, 3 Apr 2019 20:44:12 +0200 Subject: try to give arguments to verbs executed through --cmd Parsing the --cmd argument is now done using the matching verb, and tries to give as many token as allowed by the execution pattern of the verb. If the --cmd argument seems non consistent, an error is thrown and nothing is executed Fix #49 --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 9e9963c..480a9a4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,6 +12,7 @@ mod browser_states; mod browser_verbs; mod cli; mod commands; +mod command_parsing; mod conf; mod errors; mod external; -- cgit v1.2.3