Skip to content

Add a simple ifc tool driver command - #59

Merged
Gabriel Dos Reis (GabrielDosReis) merged 6 commits into
microsoft:mainfrom
GabrielDosReis:gdr/ifc-tool-cmd
Feb 5, 2024
Merged

Gabriel Dos Reis (GabrielDosReis) merged 6 commits into
microsoft:mainfrom
GabrielDosReis:gdr/ifc-tool-cmd

Conversation

@GabrielDosReis

Copy link
Copy Markdown
Collaborator

This PR adds a simple interface tool ifc to drive extension commands that operate on IFC files. The typical usage is:

$ ifc <subcmd> opt1 opt2... file1 file2...

where subcmd is an IFC tool subcommand. The subcommand can be a built-in ifc subcommand, or an external extension subcommand (any executable found in your PATH environment variable). The external subcommand must be an executable named ifc-subcmd. Only the version subcommand is supported in this PR. More may be added in the future.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants