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

Bash: Added support for parameters and the java and sysctl commands. #3505

Merged
merged 18 commits into from Jul 25, 2022

Commits on Jul 25, 2022

  1. prism-bash.js: add more functions

    1. `|sysctl|`
    2. the docker functions: `|docker|` -> `docker(\s+(run|start|stop|restart|kill|rm|pause|unpause|create|exec|ps|inspect|top|attach|events|logs|wait|export|port|commit|cp|diff|login|pull|push|search|images|rmi|tag|build|history|save|load|import|info|version))?|`
    wangliang181230 committed Jul 25, 2022
    Copy the full SHA
    3625e86 View commit details
    Browse the repository at this point in the history
  2. Update prism-bash.js

    wangliang181230 committed Jul 25, 2022
    Copy the full SHA
    0041b34 View commit details
    Browse the repository at this point in the history
  3. Update components/prism-bash.js

    Suggested change.
    
    Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
    wangliang181230 and RunDevelopment committed Jul 25, 2022
    Copy the full SHA
    cc1c38c View commit details
    Browse the repository at this point in the history
  4. Update prism-bash.js

    remove docker commands.
    wangliang181230 committed Jul 25, 2022
    Copy the full SHA
    c0dabc6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4aaf786 View commit details
    Browse the repository at this point in the history
  6. optimize

    wangliang181230 committed Jul 25, 2022
    Copy the full SHA
    6e2c923 View commit details
    Browse the repository at this point in the history
  7. optimize

    wangliang181230 committed Jul 25, 2022
    Copy the full SHA
    8197408 View commit details
    Browse the repository at this point in the history
  8. remove comment

    wangliang181230 committed Jul 25, 2022
    Copy the full SHA
    4101065 View commit details
    Browse the repository at this point in the history
  9. fix

    wangliang181230 committed Jul 25, 2022
    Copy the full SHA
    d356d91 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    78a25ba View commit details
    Browse the repository at this point in the history
  11. update test

    wangliang181230 committed Jul 25, 2022
    Copy the full SHA
    16aece8 View commit details
    Browse the repository at this point in the history
  12. revert operator

    wangliang181230 committed Jul 25, 2022
    Copy the full SHA
    f0c0da8 View commit details
    Browse the repository at this point in the history
  13. revert const and let

    wangliang181230 committed Jul 25, 2022
    Copy the full SHA
    7efe882 View commit details
    Browse the repository at this point in the history
  14. fix style

    wangliang181230 committed Jul 25, 2022
    Copy the full SHA
    4fae764 View commit details
    Browse the repository at this point in the history
  15. revert test

    wangliang181230 committed Jul 25, 2022
    Copy the full SHA
    f752556 View commit details
    Browse the repository at this point in the history
  16. Update components/prism-bash.js

    Suggested change.
    
    Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
    wangliang181230 and RunDevelopment committed Jul 25, 2022
    Copy the full SHA
    1997f43 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    1408c06 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    b1570c8 View commit details
    Browse the repository at this point in the history