#45 closed enhancement (duplicate)
Commandline options for the HL Starter
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | PluginInfrastructure | Version: | 3.4 |
Keywords: | Cc: |
Description
It would be nice to have a way to control starter actions via command-line options. Actions that come to mind:
- Start a specific application
- Start the plugin manager
- Update/Upgrade plugins from update-source
- Install plugins from update-source
- Show list of available/installed plugins
- Delete plugins.
This ticket is also related to #43. We need a way to start specific applications for the automatic build/test process.
Change History (13)
comment:1 Changed 17 years ago by gkronber
- Owner swagner deleted
comment:2 Changed 17 years ago by gkronber
- Milestone changed from 3.0 to 3.1
- Version changed from 3.0 to 3.1
comment:3 Changed 16 years ago by swagner
- Milestone changed from 3.1 to 3.2
- Version changed from 3.1 to 3.2
comment:4 Changed 16 years ago by swagner
- Owner set to swagner
comment:5 Changed 16 years ago by swagner
- Status changed from new to assigned
comment:6 Changed 16 years ago by swagner
comment:7 Changed 16 years ago by swagner
- Owner swagner deleted
- Status changed from assigned to new
comment:8 Changed 16 years ago by swagner
- Milestone changed from 3.2 to Iteration 0
Milestone 3.2 deleted
comment:9 Changed 16 years ago by swagner
- Milestone changed from Iteration 1 to Iteration 99
comment:10 Changed 14 years ago by swagner
- Component changed from General to PluginInfrastructure
- Owner set to gkronber
- Priority changed from major to minor
- Version changed from 3.2 to 3.4
comment:11 Changed 14 years ago by gkronber
- Priority changed from low to lowest
comment:12 Changed 12 years ago by gkronber
- Resolution set to duplicate
- Status changed from new to closed
This issue has been picked up again by jkarder in #1926.
comment:13 Changed 12 years ago by mkommend
- Milestone HeuristicLab 3.3.x Backlog deleted
Note: See
TracTickets for help on using
tickets.
Implemented a simple way to pass the name of an application as commandline option in r877. This application is then started automatically without showing the starter form.
Just a quick fix for this commandline option. When starting an application automatically, the splash screen is not shown at the moment. So there is still more to come ...