Changeset 67 in code for trunk/cli


Ignore:
Timestamp:
Aug 21, 2024, 1:51:19 AM (8 months ago)
Author:
Izuru Yakumo
Message:

Remove the deprecated 'read' subcommand

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

Location:
trunk/cli
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/cli/dune

    r66 r67  
    33 (public_name txt)
    44 (modules txt authors convert conversion edit file index last listing
    5   new topics html atom gemini peers pull read recent unfile)
    6  (libraries text_parse.converter text_parse.parsers logarion msgpck curl str cmdliner ocmd))
     5  new topics html atom gemini peers pull recent unfile)
     6 (libraries text_parse.converter text_parse.parsers logarion msgpck curl str cmdliner))
  • trunk/cli/txt.ml

    r66 r67  
    1212    Peers.cmd; (* Done *)
    1313    Pull.cmd; (* Done *)
    14     Read.cmd; (* Done *)
    1514    Recent.cmd; (* Done *)
    1615    Topics.cmd; (* Done *)
Note: See TracChangeset for help on using the changeset viewer.