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 f5358f3 commit 9b92c68Copy full SHA for 9b92c68
src/bin/pwd.rs
@@ -6,6 +6,7 @@ use std::{
6
7
use puppyutils::{Result, cli};
8
use rustix::{fs::stat, process::getcwd};
9
+
10
pub fn main() -> Result {
11
let mut stdout = stdout();
12
0 commit comments