Suppose I do this:

set foo --local 1
set foo --global 2
set foo --universal 3

Assuming the local version is visible in the current code, $foo will evaluate 
to 1.
Is there a way to retrieve the value of foo in a specific scope like global or 
universal?
I know I can query whether foo is set in a specific scope, but is there a way 
to get all the values?

---
R. Mark Volkmann
Object Computing, Inc.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to