Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aliases sub-command report hidden alias/symbol/module #330

Closed
xdelaruelle opened this issue Mar 28, 2020 · 0 comments
Closed

aliases sub-command report hidden alias/symbol/module #330

xdelaruelle opened this issue Mar 28, 2020 · 0 comments
Labels
Milestone

Comments

@xdelaruelle
Copy link
Member

The aliases sub-command reports hidden aliases, symbolic versions or hidden modules targeted by a non-hidden symbolic version.

$ cat mod/1.0 
#%Module
$ cat mod/.2.0 
#%Module
$ cat mod/.modulerc 
#%Module
module-alias mod/.alias mod/1.0
module-version mod/1.0 .sym
module-version mod/.2.0 sym

$ module aliases
-------------------- Aliases ---------------------
mod/.alias -> mod/1.0

-------------------- Versions --------------------
mod/.sym -> mod/1.0
mod/sym -> mod/.2.0

All these elements should stay hidden as performed by the avail sub-command.

@xdelaruelle xdelaruelle added this to the 4.5 milestone Mar 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant