Uh oh!
There was an error while loading. Please reload this page.
Autocomplete for occ app commands - #1476
Conversation
mention-bot
commented
Sep 20, 2016
@nickvergessen, thanks for your PR! By analyzing the annotation information on this pull request, we identified @icewind1991, @MorrisJobke and @Xenopathic to be potential reviewers |
c618fc5 to
9695cfeCompareMerged nextcloud/3rdparty#16 and updated third-party reference to nextcloud/3rdparty@cc365d1 |
LukasReschke
commented
Sep 26, 2016
@nickvergessen So what command do I have to execute exactly? All those three you posted don't work locally here. I guess I miss something obvious ;) |
nickvergessen
commented
Sep 26, 2016
For me I execute Afterwards |
e31f5d5 to
0facad2CompareLukasReschke
commented
Sep 26, 2016
Works nicely, I commited regenerated autoloading files 👍 |
0facad2 to
64570d6CompareI get this in my zsh (while trying the autocomplete): And this in my bash (4.x) (already for sourcing the shell completion) |
nickvergessen
commented
Sep 29, 2016
I got a similar error just now, because an app required an update. |
nickvergessen
commented
Sep 29, 2016
Fixed the issue @MorrisJobke |
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
f88c9eb to
6188955CompareMorrisJobke
commented
Sep 29, 2016
Rebased to fix the sign-off check issue |
MorrisJobke
commented
Sep 29, 2016
Tested and works now 👍 Sadly it only work for full path ( |
codecov-io
commented
Sep 29, 2016
Current coverage is 30.59% (diff: 0.00%)@@ master #1476 diff @@
==========================================
Files 1080 1082 +2 Lines 59885 60059 +174 Methods 6775 6810 +35 Messages 0 0 Branches 0 0 ==========================================
Hits 18375 18375 - Misses 41510 41684 +174
Partials 0 0
|
nickvergessen
commented
Sep 29, 2016
@MorrisJobke works for relative paths here as well. I guess you just need to generate it twice: Just tested and confirmed. |
And enjoy full autocompelete for everything on the
app:*commands (app names, group ids, etc.)Todo
For another PR to keep it simple
@MorrisJobke@LukasReschke@ChristophWurst