-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add output flag for listing available data types #190
Conversation
7b0fab7
to
8e05bd9
Compare
8e05bd9
to
432f4cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
<file src="lib/Command/Export.php"> | ||
<InvalidArgument occurrences="1"> | ||
<code>$this</code> | ||
</InvalidArgument> | ||
</file> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is that triggered?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noticed the failure in the CI. Is it not possible to add the property to the stub?
Otherwise we should just move OC\Core\Command\Base to OCP, it makes sense to make it available for applications.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok moving Command\Base to OCP was refused in nextcloud/server#32332 so we have to wait on nextcloud/server#32780
In the mean time add the property in the stub if possible, if not add it to the baseline.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is that triggered?
It's from the call to $help->setCommand($this)
In the mean time add the property in the stub if possible, if not add it to the baseline.
Stubbed
Signed-off-by: Christopher Ng <chrng8@gmail.com>
432f4cb
to
d954212
Compare
/backport to stable24 |
Close #170
occ user:export --list
occ user:export --list --output=json
occ user:export --list --output=json_pretty
occ user:export --list=full
occ user:export --list=full --output=json
occ user:export --list=full --output=json_pretty