diff options
| author | 2024-09-12 09:13:01 -0400 | |
|---|---|---|
| committer | 2024-09-12 09:13:01 -0400 | |
| commit | 2870751be3f8874378f1a383e6d264b87195580d (patch) | |
| tree | f4a2d13121723140cd44bebc69b01c7db48a6c21 /src/lush.h | |
| parent | updated buffer size for date to account for compiler warning (diff) | |
added e2e testing to cover basic shell functionality
Diffstat (limited to 'src/lush.h')
| -rw-r--r-- | src/lush.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. void lush_add_alias(const char *alias, const char *command); char *lush_get_alias(char *alias); +char *lush_resolve_aliases(char *line); int lush_cd(lua_State *L, char ***args); int lush_help(lua_State *L, char ***args); |
