Feature hasn't been suggested before.
Describe the enhancement you want to request
When we create a slash command using markdown format in .opencode/command directory - it should accept and process command line arguments.
For example, I have a feature.md in command directory - I want to call it with /feature org_management - and inside feature.md I would want to use {FEATURE_NAME} as a placeholder and use it across the doc - something like # Feature Implementation: {FEATURE_NAME}
Feature hasn't been suggested before.
Describe the enhancement you want to request
When we create a slash command using markdown format in .opencode/command directory - it should accept and process command line arguments.
For example, I have a feature.md in command directory - I want to call it with
/feature org_management- and insidefeature.mdI would want to use {FEATURE_NAME} as a placeholder and use it across the doc - something like# Feature Implementation: {FEATURE_NAME}