It appears that I've found a bug in the 'status' command.
The -l option doesn't work, contrary to the usage instructions.

Shell Transcript:

chris ~ > status -l
status: Unknown option "-l"

        status - query fish runtime information


    Synopsis
        status [OPTION]

    Description
        o -c or --is-command-substitution returns 0 if fish is currently
          executing a command substitution

        o -b or --is-block returns 0 if fish is currently executing a 
block of
          code

        o -i or --is-interactive returns 0 if fish is interactive,
          i.e.connected to a keyboard

        o -l or --is-login returns 0 if fish is a login shell, i.e. if fish
          should perform login tasks such as setting up the PATH.


Does anyone else get this behavior w/ fish version 1.22.3?

- Chris Rebert

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to