issues
search
rust-mobile
/
cargo-subcommand
Library for implementing cargo subcommands
6
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Error: src/examples/README.md/Cargo.toml: Not a directory
#29
parasyte
opened
3 days ago
1
Add separate `ExampleNotFound` `Error` instead of mis-using `BinNotFound`
#28
MarijnS95
closed
11 months ago
0
Library name can be different from the package name
#27
quomat
closed
1 year ago
1
args: Add missing short/alias for `--all`, `-r`(elease) and `-F`(eatures)
#26
MarijnS95
closed
1 year ago
0
Use `$PWD` and `--manifest-path` to select a default package in workspaces
#25
MarijnS95
closed
1 year ago
3
Provide workspace manifest path in `Subcommand`
#24
MarijnS95
closed
1 year ago
0
Linearize workspace detection
#23
MarijnS95
closed
1 year ago
0
Do not call rustc for platform detection; use `current_platform` instead
#22
Shnatsel
closed
2 years ago
5
manifest: Be more specific about not supporting multiple packages yet
#21
MarijnS95
closed
2 years ago
0
Fix `--manifest-path` to point to `Cargo.toml` instead of a directory
#20
MarijnS95
closed
2 years ago
0
Calling `rustc -vV` up front is slow
#19
Shnatsel
closed
2 years ago
18
subcommand: Parse and propagate `[env]` vars at the earliest possible moment
#18
MarijnS95
closed
2 years ago
1
Support `autobins` and target renaming `[lib]` and `[[bin]]`
#17
MarijnS95
closed
1 year ago
8
Propagate `.cargo/config.toml` `[env]` settings to the process environment
#16
MarijnS95
closed
2 years ago
1
Provide arguments through struct which can also be parsed through `Clap`
#15
dvc94ch
closed
2 years ago
13
error: Include file paths as error context; distinguish toml parsing errors from "manifest not found"
#14
MarijnS95
closed
2 years ago
0
ci: Inherit simplified GitHub Actions CI script from android-ndk
#13
MarijnS95
closed
2 years ago
0
config: Read environment variables from `[env]` section in `config.toml`
#12
MarijnS95
closed
2 years ago
2
Fix separator handling in argument parsing
#11
Shnatsel
closed
2 years ago
1
Use `clippy --fix` to fix all outstanding linter warnings
#10
MarijnS95
closed
2 years ago
0
`--target x86...` is picked up but `--target=x86...` is not
#9
Shnatsel
closed
2 years ago
7
Don't read args in cargo-subcommand.
#8
dvc94ch
closed
3 years ago
0
Read target-dir from cargo config file
#7
guilhermewerner
closed
3 years ago
2
utils: Strip UNC from canonicalized path which is not supported by glob
#6
MarijnS95
closed
3 years ago
13
subcommand: Do not canonicalize `target/` path that may not exist
#5
MarijnS95
closed
3 years ago
3
subcommand: Listen to CARGO_(BUILD_)TARGET_DIR over cwd
#4
MarijnS95
closed
3 years ago
3
utils: Search for workspace members relative to root manifest
#3
MarijnS95
closed
3 years ago
1
Support globs (wildcards) in workspace members
#2
PrototypeNM1
closed
4 years ago
9
utils: Normalize slashes in multilevel workspace members on Windows
#1
MarijnS95
closed
4 years ago
6