You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CommandBox is a CLI and package manager for CFML that utilizes the JLine library to provide its interactive shell. This design allows CommandBox to offer a consistent command-line experience across different operating systems, independent of the native shell environments like Bash, CMD, or PowerShell. While it operates within these environments, CommandBox maintains its own interactive shell with built-in commands, ensuring uniform functionality regardless of the underlying system shell. Warp doesn't support it.
To anyone interested in this feature, please add a 👍 to the original post at the top to signal that you want this feature, and subscribe if you'd like to be notified.
Please avoid comments like 👍 or +1 to reduce spam.
As the creator and lead developer of CommandBox, I can help if you have any questions. CommandBox allow one-off commands like you would use the git or docker CLI
CMD> box install
and, as your description states, we also use JLine to provide a shell of our own with our own prompt customizations, tab complete, history, etc,
JLine handles most all of this and detects which terminal app is in use and its features. I don't quite understand James's report on Twitter about the process exiting. Unless it was fed a EOF char or encountered some sort of error, it should simply appear as a Java process which is still running. There's a chance there was some error output to the screen before the process stopped.
Describe the solution you'd like?
CommandBox is a CLI and package manager for CFML that utilizes the JLine library to provide its interactive shell. This design allows CommandBox to offer a consistent command-line experience across different operating systems, independent of the native shell environments like Bash, CMD, or PowerShell. While it operates within these environments, CommandBox maintains its own interactive shell with built-in commands, ensuring uniform functionality regardless of the underlying system shell. Warp doesn't support it.
https://commandbox.ortusbooks.com/usage/interactive-shell-features
Is this feature important to you?
To anyone interested in this feature, please add a 👍 to the original post at the top to signal that you want this feature, and subscribe if you'd like to be notified.
Please avoid comments like 👍 or +1 to reduce spam.
Warp Internal (ignore) - linear-label:39cc6478-1249-4ee7-950b-c428edfeecd1
None
The text was updated successfully, but these errors were encountered: