mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Update xontribs.py
This commit is contained in:
parent
1e57bc7f69
commit
6d02e5d241
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ def xontribs_load(
|
|||
full_module : -f, --full
|
||||
indicates that the names are fully qualified module paths and not inside ``xontrib`` package
|
||||
silent_missing : -s, --silent-missing
|
||||
do not show warnings about missing xontribs
|
||||
no warnings about missing xontribs
|
||||
"""
|
||||
ctx = {} if XSH.ctx is None else XSH.ctx
|
||||
res = ExitCode.OK
|
||||
|
|
Loading…
Add table
Reference in a new issue