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

Feature request: Promptless install #354

Open
beruic opened this issue Oct 3, 2016 · 9 comments
Open

Feature request: Promptless install #354

beruic opened this issue Oct 3, 2016 · 9 comments

Comments

@beruic
Copy link

beruic commented Oct 3, 2016

I'm scripting some dev-setup for our company, and would like an option to accept all prompts and install without interaction.

@LyzardKing
Copy link
Collaborator

@didrocks This would be an "accept default destination and override if already exists". The only part that would block you would be the password prompt. What do you think?

@didrocks
Copy link
Member

didrocks commented Oct 7, 2016

yeah, sounds like a -f for "force", the others like autoaccepting license and the rest are already options. @beruic: FYI, you can already workaround the lack of this feature (if you reinstall in an already existing path), but rm -r $DIR && umake … $DIR

@beruic
Copy link
Author

beruic commented Oct 8, 2016

So for example umake ide pycharm-professional $DIR?
This is not in the man page, og the command line help output.

@beruic
Copy link
Author

beruic commented Oct 8, 2016

I don't see anything for autoaccepting license either. I'm using the PPA version.

@didrocks
Copy link
Member

Use --help on any framework to see options particular to that framework (not all frameworks have license, that's why the option isn't global.
So, for instance:
umake ide pycharm-professional --help.

PR are accepted to enhance the manpage (indeed, we should have details autogenerated for each framework and those options would appear).

@beruic
Copy link
Author

beruic commented Oct 17, 2016

Thank you for the information.

In order to auto generate, could you not just use the output of each commands help for that?

@didrocks
Copy link
Member

yeah, if my memroy is correct, it's already what's happening on the man page. The missing piece is to loop over each subcommands. Would be a nice contribution! :)

@changemenemo
Copy link

if we use the destdir option of pycharm for example, the shortcut in xfce menu(just an example, i don't know about the others wm) doesn't point to the good place, can we do something about that? should I open an issue?

@didrocks
Copy link
Member

oh? definitively! Please paste the generated .desktop file from ubuntu make (path of the .desktop file and content) in a new bug report.

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

No branches or pull requests

4 participants