mirror of
https://github.com/zoriya/ash.git
synced 2026-05-28 08:58:18 +00:00
parsing working fine with inhibitors
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
#include "shell.h"
|
||||
|
||||
typedef struct parser_map {
|
||||
char *key;
|
||||
char key;
|
||||
int (*parser)(char *, char **);
|
||||
} parser_map;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user