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

feat: adding the ability to transfer cmdline over dbus #6

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

kiper220-alt
Copy link

@kiper220-alt kiper220-alt commented Nov 11, 2024

Adding the ability to transfer cmdline over dbus with next introspection:

<!-- ... -->
<method name="gpupdate_computer_arg">
      <arg direction="in" type="s"/>
      <arg direction="out" name="exit_status" type="i"/>
      <arg direction="out" name="stdout" type="s"/>
      <arg direction="out" name="stderr" type="s"/>
</method>
<method name="gpupdate_arg">
      <arg direction="in" type="s"/>
      <arg direction="out" name="exit_status" type="i"/>
      <arg direction="out" name="stdout" type="s"/>
      <arg direction="out" name="stderr" type="s"/>
</method>
<!-- ... -->

where the one and only in argument is a string, which is a cmdline.
At this moment, only 2 supported arguments: -l <NUM> as loglevel(default 4), and -f as force.

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.

1 participant