Changeset 67 in code for trunk


Ignore:
Timestamp:
Aug 21, 2024, 1:51:19 AM (8 months ago)
Author:
yakumo.izuru
Message:

Remove the deprecated 'read' subcommand

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

Location:
trunk
Files:
1 deleted
3 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 *)
  • trunk/dune-project

    r65 r67  
    11(lang dune 2.0)
    22(name logarion)
    3 (version 1.4.0)
     3(version 1.4.1)
    44(license EUPL-1.2)
    55(authors "orbifx <fox@orbitalfox.eu>")
Note: See TracChangeset for help on using the changeset viewer.