mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-26 14:01:13 -03:00
Add string 'repeat' subcommand
This feature add the ability to repeat a string a given number of times. For example: string repeat -n 3 foo
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
string repeat: Invalid count value '-1'
|
||||
string repeat: Invalid max value '-1'
|
||||
string repeat: Argument 'notanumber' is not a number
|
||||
string repeat: Argument 'notanumber' is not a number
|
||||
string repeat: Too many arguments
|
||||
string repeat: Expected argument
|
||||
string repeat: Unknown option '-l'
|
||||
|
||||
Reference in New Issue
Block a user