You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would make commands much faster and precise to execute if there was a something like a --contract flag, that would enable the Stylus CLI to perform operations on specific contracts instead of everything in a specific Cargo.toml.
By calling --contract "SomeContractName", the command could find that specific contract and check it or deploy it.
It should be able to handle inheritance correctly.
Example:
cargo stylus export-abi --contract Erc20
The text was updated successfully, but these errors were encountered:
0xNeshi
changed the title
Add Capability for CLI to target specific contracts.
Add Capability for CLI to Target Specific Contracts with a Flag
Dec 9, 2024
It would make commands much faster and precise to execute if there was a something like a
--contract
flag, that would enable the Stylus CLI to perform operations on specific contracts instead of everything in a specific Cargo.toml.By calling
--contract "SomeContractName"
, the command could find that specific contract andcheck
it ordeploy
it.It should be able to handle inheritance correctly.
Example:
The text was updated successfully, but these errors were encountered: