Dir src
Files
| Type | Name |
|---|---|
| file | wsh_shell.c |
| file | wsh_shell.h Core shell interface for command parsing, user authentication, and terminal interaction. |
| file | wsh_shell_autocomplete.c |
| file | wsh_shell_autocomplete.h Command-line autocompletion for shell commands. |
| file | wsh_shell_cfg_def.h |
| file | wsh_shell_cmd.c |
| file | wsh_shell_cmd.h Shell command object definition and public API. |
| file | wsh_shell_cmd_def.c |
| file | wsh_shell_cmd_def.h Declaration of default shell commands and their option tables. |
| file | wsh_shell_esc.c |
| file | wsh_shell_esc.h Escape sequence handling logic for WSH shell. |
| file | wsh_shell_history.c |
| file | wsh_shell_history.h Shell history management API. |
| file | wsh_shell_interact.c |
| file | wsh_shell_interact.h Interactive command registration and line editing utilities for WshShell. |
| file | wsh_shell_io.c |
| file | wsh_shell_io.h Terminal input/output definitions and interaction buffer API for WshShell. |
| file | wsh_shell_misc.c |
| file | wsh_shell_misc.h Miscellaneous helper utilities for the shell. |
| file | wsh_shell_option.h Definition of shell command-line option object and creation macros. |
| file | wsh_shell_promptwait.c |
| file | wsh_shell_promptwait.h One-time user input waiting mechanism for WshShell. |
| file | wsh_shell_ps1_custom.c |
| file | wsh_shell_ps1_custom.h Shell prompt (PS1) customization and formatting. |
| file | wsh_shell_str.c |
| file | wsh_shell_str.h Common string operations for user input processing. |
| file | wsh_shell_types.h Basic type definitions and return state enumeration for WshShell. |
| file | wsh_shell_user.c |
| file | wsh_shell_user.h Shell user management API. |
| file | wsh_shell_version.h |
The documentation for this class was generated from the following file src/