autocomplete icon indicating copy to clipboard operation
autocomplete copied to clipboard

feat: add `systemctl`

Open grant0417 opened this issue 1 year ago • 2 comments

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

What is the current behavior? (You can also link to an open issue here)

What is the new behavior (if this is a feature change)?

Additional info:

grant0417 avatar Aug 16 '22 21:08 grant0417

Overview

src/systemctl.ts:

Info:

withfig-bot avatar Aug 16 '22 21:08 withfig-bot

Hello @grant0417, thank you very much for creating a Pull Request! Here is a small checklist to get this PR merged as quickly as possible:

  • [ ] Do all subcommands / options which take arguments include the args property (args: {})?
  • [ ] Are all options modular? E.g. -a -u -x instead of -aux
  • [ ] Have all other checks passed?

Please add a 👍 as a reaction to this comment to show that you read this.

withfig-bot avatar Aug 16 '22 21:08 withfig-bot