initool:从命令行处理INI文件

时间:2021-05-07 16:21:27
【文件属性】:
文件名称:initool:从命令行处理INI文件
文件大小:24KB
文件格式:ZIP
更新时间:2021-05-07 16:21:27
cli ini standard-ml configuration-file StandardML 初始工具 Initool允许您从命令行操作INI文件的内容。 它是同一开发者对称为“ iniparse”的早期程序的重写。 但是,它不会像iniparse这样就地修改INI文件,而是将修改后的内容打印到标准输出中。 手术 用法 initool g filename [section [key [--value-only]]] -检索数据 initool e filename section [key] -检查部分或属性是否存在 initool d filename section [key] -删除部分或属性 initool s filename section key value -设置属性的值 initool v打印版本号 当给出有效命令时,initool首先读取完整的INI文件文件filename 。 如果文件名是- ,那么initool会读取标准输入。 然后,对于命令g , d和
【文件预览】:
initool-master
----.travis.yml(79B)
----initool.sml(4KB)
----tests()
--------sectionless-get-property.command(38B)
--------comments.result(1KB)
--------comments-3.result(164B)
--------keep-empty-section.result(135B)
--------sql.ini(70B)
--------stdin-pipe.result(24B)
--------whitespace.result(135B)
--------property-exists.command(280B)
--------comments-2.command(177B)
--------sectionless-get-property.result(4B)
--------boot.ini(206B)
--------comments.command(539B)
--------sql.result(70B)
--------delete-section-bar.result(89B)
--------sql.command(25B)
--------stdin-get-all.command(30B)
--------comments-hash.ini(66B)
--------new-section.result(155B)
--------two-equals-signs.result(206B)
--------property-exists.result(10B)
--------sectionless-new-property.command(40B)
--------get-section-baz.result(39B)
--------section-exists.command(201B)
--------sectionless.ini(39B)
--------test.ini(128B)
--------get-value.result(5B)
--------comments.ini(66B)
--------delete-property.result(117B)
--------delete-section-foo.command(30B)
--------get-value.command(49B)
--------keep-empty-section.command(41B)
--------two-equals-signs.command(26B)
--------section-exists.result(8B)
--------delete-section-bar.command(30B)
--------delete-property.command(36B)
--------stdin-get-all.result(128B)
--------comments-3.command(82B)
--------whitespace.command(25B)
--------sectionless-new-property.result(43B)
--------get-property.command(36B)
--------get-section-baz.command(30B)
--------comments-mixed.ini(92B)
--------new-property.result(148B)
--------new-property.command(52B)
--------get-section-foo.result(50B)
--------comments-2.result(264B)
--------new-section.command(53B)
--------get-property.result(17B)
--------get-all.result(128B)
--------delete-section-foo.result(78B)
--------read-garbage.result(66B)
--------get-section-bar.result(39B)
--------get-all.command(26B)
--------stdin-pipe.command(82B)
--------get-section-foo.command(30B)
--------get-section-bar.command(30B)
--------php.ini(147B)
--------read-garbage.command(48B)
--------delete-section-baz.command(30B)
--------delete-section-baz.result(89B)
----test.sh(515B)
----LICENSE(1KB)
----appveyor.yml(359B)
----VERSION(7B)
----build.cmd(2KB)
----.gitignore(47B)
----Makefile(588B)
----initool.mlb(63B)
----ini.sml(9KB)
----README.md(5KB)
----stringtrim.sml(1KB)
----appveyor.yml.in(350B)

网友评论