We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca3eaf commit cc655eaCopy full SHA for cc655ea
crates/red_knot/src/args.rs
@@ -75,7 +75,8 @@ pub(crate) struct CheckCommand {
75
///
76
/// This is used to specialize the type of `sys.platform` and will affect the visibility
77
/// of platform-specific functions and attributes. If the value is set to `all`, no
78
- /// assumptions are made about the target platform.
+ /// assumptions are made about the target platform. If unspecified, the current system's
79
+ /// platform will be used.
80
#[arg(long, value_name = "PLATFORM", alias = "platform")]
81
pub(crate) python_platform: Option<String>,
82
0 commit comments