We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The suggestion is to incorporate an option --update or just update to self-update the mgc to its latest version.
--update
update
mgc
The option could:
lscpu
uname -m
${BASH_SOURCE[@]%/*}
Since the project is constantly improving, updates may be needed frequently. This option would make users' lives easier.
A naive attempt to provide a user-side extension for the mgc in order to include this feature can be observed here:
There are already two open pull requests proposing solutions:
The text was updated successfully, but these errors were encountered:
lfpicoloto1
No branches or pull requests
Description
The suggestion is to incorporate an option
--update
or justupdate
to self-update themgc
to its latest version.The option could:
mgc
is installed (say fromlscpu
or fromuname -m
);${BASH_SOURCE[@]%/*}
, or some analogue for other shells)mgc
from its official source: the latest release of this repo.Motivation
Since the project is constantly improving, updates may be needed frequently. This option would make users' lives easier.
Workaround
A naive attempt to provide a user-side extension for the
mgc
in order to include this feature can be observed here:There are already two open pull requests proposing solutions:
The text was updated successfully, but these errors were encountered: