mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03:00
Add support for querying variables with scope options as requested in issue #132
This commit is contained in:
@@ -498,7 +498,7 @@ static int builtin_set( parser_t &parser, wchar_t **argv )
|
||||
also specify scope
|
||||
*/
|
||||
|
||||
if( query && (erase || list || global || local || universal || exportv || unexport ) )
|
||||
if( query && (erase || list) )
|
||||
{
|
||||
append_format(stderr_buffer,
|
||||
BUILTIN_ERR_COMBO,
|
||||
|
||||
Reference in New Issue
Block a user