diff options
| author | Fuwn <[email protected]> | 2021-05-05 11:08:51 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-05 11:08:51 +0000 |
| commit | 2ef2fc8a528cb7953bc599588f09a5ad7ac62d2c (patch) | |
| tree | 06a98fc1af4514c58ff14d634c1a89ec1e415be7 /src/lib.rs | |
| parent | feat(redirect_id): specify custom ip in config (diff) | |
| download | whirl-2ef2fc8a528cb7953bc599588f09a5ad7ac62d2c.tar.xz whirl-2ef2fc8a528cb7953bc599588f09a5ad7ac62d2c.zip | |
feat(global): add a shell-like prompt for interfacing with the server during operation
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ extern crate serde_derive; pub mod cli; pub mod config; +pub mod prompt; pub mod subs; pub mod api; |