1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-12 20:35:18 +02:00

add a couple more features ()

This commit is contained in:
Darren Schroeder
2021-07-07 12:03:59 -05:00
committed by GitHub
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());