-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add alternative sugguestion to error for && #7237
Copy link
Copy link
Closed
Labels
A:error-unhelpfulThe error message you observe is not helpful to identify the problemThe error message you observe is not helpful to identify the problemcategory:enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Milestone
Description
command_A && command_B is probably going to be a typical attempt people make to run sequential commands, but nushell uses command_A; command_B. As a shell that prides itself on its error messaging I feel the error message should probably suggest using ; instead of the current executable was not found
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A:error-unhelpfulThe error message you observe is not helpful to identify the problemThe error message you observe is not helpful to identify the problemcategory:enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers