-
Notifications
You must be signed in to change notification settings - Fork 1
Have autocomplete insert argument hints #76
Copy link
Copy link
Open
Labels
autocompletionFeatures regarding completing code entered in cellFeatures regarding completing code entered in cellenhancementNew feature or requestNew feature or request
Description
E.g. for the FROM command the following options should be shown:
FROM [--platform=<platform>] <image> [AS <name>]
FROM [--platform=<platform>] <image>[:<tag>] [AS <name>]
FROM [--platform=<platform>] <image>[@<digest>] [AS <name>]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
autocompletionFeatures regarding completing code entered in cellFeatures regarding completing code entered in cellenhancementNew feature or requestNew feature or request