Closed jsvisa closed 2 weeks ago
The alias of auto-impersonate is no diff of the original value:
auto-impersonate
$ anvil --help --auto-impersonate Enable autoImpersonate on startup [aliases: auto-impersonate]
And as --unlocked has different meanings in cast(ref https://github.com/foundry-rs/foundry/pull/5335#discussion_r1257186166)
--unlocked
cast
So let's add auto-unlock as an alias of this argument.
auto-unlock
Motivation
The alias of
auto-impersonate
is no diff of the original value:And as
--unlocked
has different meanings incast
(ref https://github.com/foundry-rs/foundry/pull/5335#discussion_r1257186166)So let's add
auto-unlock
as an alias of this argument.Solution