Skip to content

Commit adf0a8c

Browse files
committed
use filepath instead of dirpath
1 parent fcfd814 commit adf0a8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/cli.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module Cli = struct
5252
"The shell to use in the subshell. Accepts a package name (e.g. zsh), a nix-store \
5353
path, or a local path (e.g. /bin/sh). Defaults to the current user's login shell."
5454
in
55-
Arg.(value & opt dirpath (Unix.shell ()) & info [ "sh" ] ~doc)
55+
Arg.(value & opt filepath (Unix.shell ()) & info [ "sh" ] ~doc)
5656
;;
5757

5858
(** TODO: Create an enum and function which matches this to add the correct arguments for the shell *)

0 commit comments

Comments
 (0)