clix/sendfilecontent.lua

changeset 164
fafdcde2e2eb
parent 103
45843df81db0
equal deleted inserted replaced
163:801fcbe4a642 164:fafdcde2e2eb
1 local verse = require "verse";
1 return function (opts, arg) 2 return function (opts, arg)
2 if opts.short_help then 3 if opts.short_help then
3 print("Send file content"); 4 print("Send file content");
4 return; 5 return;
5 end 6 end

mercurial