Skip to content

Do not expand variables in command line #16

Description

@GoogleCodeExporter
Suppose we try to run a command in inline mode:

$ ../seqpipe -e 'echo ${TEXT}' -h

Variables for inline command:
   TEXT                            Required


How about we specify the required variable as another bash environment variable?

$ ../seqpipe -e 'echo ${TEXT}' TEXT='${PATH}' -H

Variables for inline command:
   PATH                            Required

   TEXT                            Default: ${PATH}


Actually, seqpipe should not expand variables in command line, since they are 
not on the same explanation level.

Original issue reported on code.google.com by yanlinlin82 on 28 Sep 2013 at 3:45

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions