Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
265b2a55
Commit
265b2a55
authored
Aug 03, 2012
by
fred-o
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
application completion
parent
c24d7f75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
_asadmin
plugins/glassfish/_asadmin
+6
-2
No files found.
plugins/glassfish/_asadmin
View file @
265b2a55
...
...
@@ -976,7 +976,7 @@ case "$words[1]" in
_command_args=('--host+:' '--port+:')
;;
undeploy)
_command_args=('--cascade+:cascade:(true false)' '--droptables+:droptables:(true false)' '--host+:' '--isredeploy+:isredeploy:(true false)' '--keepreposdir+:keepreposdir:(true false)' '--keepstate+:keepstate:(true false)' '--port+:' '--properties+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance')
_command_args=('
*:applications:_asadmin_applications' '
--cascade+:cascade:(true false)' '--droptables+:droptables:(true false)' '--host+:' '--isredeploy+:isredeploy:(true false)' '--keepreposdir+:keepreposdir:(true false)' '--keepstate+:keepstate:(true false)' '--port+:' '--properties+:' '--target+:target:_asadmin_targets_cluster_das_domain_standalone_instance')
;;
unfreeze-transaction-service)
_command_args=('--host+:' '--port+:' '--target+:target:_asadmin_targets_cluster_clustered_instance_config_das_standalone_instance')
...
...
@@ -1035,8 +1035,12 @@ case "$words[1]" in
esac
_asadmin_applications() {
compadd $(command asadmin list-applications --terse | sed 's/\s.*//')
}
_asadmin_clusters() {
compadd $(command asadmin list-clusters --terse | sed 's/
.*//')
compadd $(command asadmin list-clusters --terse | sed 's/
\s
.*//')
}
_asadmin_configs() {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment