Skip to content

Commit

Permalink
⚗️ Add experimental acl subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Nov 5, 2024
1 parent 162fa60 commit 3d39fb9
Show file tree
Hide file tree
Showing 4 changed files with 445 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/src/chunk/acl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ pub struct Ace {
}

impl Ace {
#[cfg(feature = "acl")]
#[inline]
pub(crate) fn to_bytes(&self) -> Vec<u8> {
self.to_string().into_bytes()
Expand Down
1 change: 1 addition & 0 deletions cli/src/command.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mod acl;
pub mod append;
mod chmod;
mod chown;
Expand Down
Loading

0 comments on commit 3d39fb9

Please sign in to comment.