mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01: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());
|
||||
}
|
||||
|
||||
#[cfg(feature = "dataframe")]
|
||||
{
|
||||
names.push("dataframe".to_string());
|
||||
}
|
||||
|
||||
#[cfg(feature = "table-pager")]
|
||||
{
|
||||
names.push("table-pager".to_string());
|
||||
}
|
||||
|
||||
// #[cfg(feature = "binaryview")]
|
||||
// {
|
||||
// names.push("binaryview".to_string());
|
||||
|
Loading…
Reference in New Issue
Block a user