|
|
|
|
|
by jhanschoo
1510 days ago
|
|
Both. GUI interfaces and apps have menus and undo that help with discoverability. To do something equivalent in CLI after not using a tool requires several invocations of man, --help, etc., and checking and rechecking that you hadn't got something wrong that can result in something catastrophic. Stuff like Warp seems like they with that, by interactively displaying most relevant info to help you write the right invocations. |
|