[Bug (iota-move)]: iota move new
fails if using only the required argument <NAME>
with uppercase letter(s)
#4895
Labels
iota move new
fails if using only the required argument <NAME>
with uppercase letter(s)
#4895
Bug description
Creating a new Move package with the
iota move new
command using only the required argument<NAME>
fails withNo such file or directory (os error 2)
if<NAME>
contains uppercase letter(s).Rust version
rustc 1.83.0 (90b35a623 2024-11-26)
Version
develop
branchSteps To reproduce the bug
Expected behaviour
Actual behaviour
That is,
./target/debug/iota move new Xxx
fails with the following error:No such file or directory (os error 2)
.Xxx
is created, its content is incomplete:Xxx/sources
is empty,Xxx/tests
is not created at all:./target/debug/iota move new Xxx
is executed after./target/debug/iota move new xxx
, the former command will not fail. However,./target/debug/iota move new Xxx
will write some contents intoxxx
instead ofXxx
:Errors
- No such file or directory (os error 2)
The text was updated successfully, but these errors were encountered: