-
Notifications
You must be signed in to change notification settings - Fork 1
Tool
Matt Windsor edited this page Jan 15, 2019
·
1 revision
The tool command lets users run the external tools pointed to by act's configuration independently from the other parts of act.
herd
$ act tool herd [-c|-arch ARCH_ID] -- [ARGS]
act tool herd runs the Herd binary configured in act.conf. All arguments after -- are sent directly to herd.
act tool herd supports a few flags of its own (placed between herd and --), which slightly alter the way in which it invokes Herd:
-
-cadds a flag to the arguments sent to Herd that loads the C model override specified in the configuration; -
-arch ARCH_IDworks the same as-c, but instead adds the assembly model override corresponding to the architecture IDARCH_ID.