mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
2cabcf4ad4
Stop printing usage information when error isn't a usage problem. Add simple test for bg and fg
5 lines
No EOL
37 B
Text
5 lines
No EOL
37 B
Text
sleep 1 &
|
|
sleep 1 &
|
|
jobs -c
|
|
bg 3
|
|
fg 3 |