issues Search Results · repo:abiosoft/ishell language:Go
Filter by
98 results
(53 ms)98 results
inabiosoft/ishell (press backspace or delete to remove)using this example raises the error Error: incorrect input, try help :
shell.AddCmd( ishell.Cmd{
Name: test cmd example ,
Help: test cmd ,
LongHelp: Turn syslog OFF. ,
Func: func(c *ishell.Context) ...
precla
- Opened 11 days ago
- #155
I ve been using ishell for a long time on OSX and Linux. I recently tried running an ishell program on Windows, but it
just prints EOF and exits. I tried adding a EOF handler, but then the program panics ...
gjstrange
- 1
- Opened on Jan 29, 2024
- #154
Any way to exit the program when Ctrl-c is pressed even when in ReadLine?
hkhere
- Opened on Dec 15, 2023
- #153
autumn0632
- Opened on Apr 11, 2022
- #149
I d like to implement something more complex than a simple one level command set, for example. Subcommands and help are
listed as completed in the roadmap, but it s not clear how to make this work. Is ...
mike-pittelko
- 1
- Opened on Sep 1, 2021
- #145
If there is a multichoice on screen and I press Ctrl+C, the application abruptly exits.
Expected: The shell should give the usual Press Ctrl+C to exit prompt
quaintdev
- 2
- Opened on Aug 14, 2021
- #144
hello.go
package main
import (
strings
gopkg.in/abiosoft/ishell.v2
)
func main() {
// create new shell.
// by default, new shell includes exit , help and clear commands.
shell := ishell.New() ...
josedelinux
- 1
- Opened on Jul 17, 2021
- #143
when i new ishell with ssh.Channel and then use ishell.Println,the content disorder,e.g: help
Commands:
clear clear the screen
...
530017894
- Opened on Jun 23, 2021
- #142

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.