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

Add simple completion (loaded modules, avail modules) to "ml" command #526

Merged
merged 2 commits into from
Apr 17, 2024

Conversation

Laurent-Besson
Copy link

Add simple completion on "ml" command under tcsh.
This fix will allow to list unload module when user hit "tab" after "ml" command and will list loaded modules after "ml -"
All other completions (as for full "module" command) are not implemented to keep it simple

LaurentBessonEasii and others added 2 commits April 17, 2024 20:45
Add simple completion (loaded modules, avail modules) to "ml" command
for tcsh shell.

Fixes cea-hpc#416
@xdelaruelle
Copy link
Member

Many thanks @Laurent-Besson for your contribution.

Copy link

codecov bot commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.60%. Comparing base (00a177e) to head (04b585d).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #526      +/-   ##
==========================================
+ Coverage   97.34%   99.60%   +2.26%     
==========================================
  Files          14       14              
  Lines        5117     5123       +6     
==========================================
+ Hits         4981     5103     +122     
+ Misses        136       20     -116     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@xdelaruelle xdelaruelle merged commit b4297c7 into cea-hpc:main Apr 17, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants