|
@@ -190,6 +190,7 @@ clish_command_t *clish_view_resolve_command(clish_view_t *this,
|
|
|
if (!clish_action__get_script(action) &&
|
|
|
(!clish_action__get_builtin(action)) &&
|
|
|
(CLISH_CONFIG_NONE == clish_config__get_op(config)) &&
|
|
|
+ (!clish_command__get_param_count(result)) &&
|
|
|
(!clish_command__get_view(result))) {
|
|
|
|
|
|
* not resolved a command
|