๐Ÿ“ฆ sleepyfran / duets

๐Ÿ“„ Phone.Command.fs ยท 13 lines
1
2
3
4
5
6
7
8
9
10
11
12
13namespace Duets.Cli.Components.Commands

open Duets.Cli.SceneIndex
open Duets.Cli.Text

[<RequireQualifiedAccess>]
module PhoneCommand =
    /// Command which opens the phone of the user.
    let get =
        { Name = "phone"
          Description = Command.phoneDescription
          Handler = fun _ -> Scene.Phone }