Cmd-line scm load rejects --component
RTC1.0 using the "scm load" command
The online doc says that I can select which component to load using the
--component option, but when I do I get:
scm load "Workspace" -r DAVE --component base
Argument syntax error:
Subcommand "load" does not support option "--component"
Does the option have some other name ?
Cheers
The online doc says that I can select which component to load using the
--component option, but when I do I get:
scm load "Workspace" -r DAVE --component base
Argument syntax error:
Subcommand "load" does not support option "--component"
Does the option have some other name ?
Cheers
2 answers
FYI:
The documentation is incorrect. scm load can load selected components
using a syntax like
scm load workspace comp1 comp2 ...
The -c and/or --component switches are not actually implemented AFAICT.
David Ward wrote:
The documentation is incorrect. scm load can load selected components
using a syntax like
scm load workspace comp1 comp2 ...
The -c and/or --component switches are not actually implemented AFAICT.
David Ward wrote:
RTC1.0 using the "scm load" command
The online doc says that I can select which component to load using the
--component option, but when I do I get:
scm load "Workspace" -r DAVE --component base
Argument syntax error:
Subcommand "load" does not support option "--component"
Does the option have some other name ?
Cheers
The documentation is incorrect. scm load can load selected components
using a syntax like
Thanks for pointing this out. I've submitted a bug against the doc team.