mirror of
https://github.com/nushell/nushell.git
synced 2025-04-29 07:34:28 +02:00
add a couple more features (#3749)
This commit is contained in:
parent
1943071d12
commit
1911aad57f
@ -231,6 +231,16 @@ fn features_enabled() -> Vec<String> {
|
|||||||
names.push("trash".to_string());
|
names.push("trash".to_string());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(feature = "dataframe")]
|
||||||
|
{
|
||||||
|
names.push("dataframe".to_string());
|
||||||
|
}
|
||||||
|
|
||||||
|
#[cfg(feature = "table-pager")]
|
||||||
|
{
|
||||||
|
names.push("table-pager".to_string());
|
||||||
|
}
|
||||||
|
|
||||||
// #[cfg(feature = "binaryview")]
|
// #[cfg(feature = "binaryview")]
|
||||||
// {
|
// {
|
||||||
// names.push("binaryview".to_string());
|
// names.push("binaryview".to_string());
|
||||||
|
Loading…
Reference in New Issue
Block a user